home *** CD-ROM | disk | FTP | other *** search
- object frmDlgMPG: TfrmDlgMPG
- Left = 302
- Top = 161
- BorderStyle = bsDialog
- ClientHeight = 260
- ClientWidth = 308
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- PixelsPerInch = 96
- TextHeight = 13
- object boxDataRate: TGroupBox
- Left = 12
- Top = 86
- Width = 285
- Height = 117
- Caption = 'Data Rate'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- TabOrder = 1
- object Label1: TLabel
- Left = 14
- Top = 87
- Width = 38
- Height = 13
- Caption = 'Bit Rate'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- end
- object Label2: TLabel
- Left = 14
- Top = 57
- Width = 47
- Height = 13
- Caption = 'Byte Rate'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- end
- object Label3: TLabel
- Left = 160
- Top = 87
- Width = 54
- Height = 13
- Caption = 'kilobits/sec'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- end
- object Label4: TLabel
- Left = 160
- Top = 57
- Width = 63
- Height = 13
- Caption = 'kilobytes/sec'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- end
- object Label5: TLabel
- Left = 14
- Top = 27
- Width = 35
- Height = 13
- Caption = 'Presets'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- end
- object lstPresets: TComboBox
- Left = 75
- Top = 23
- Width = 190
- Height = 21
- Style = csDropDownList
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ItemHeight = 13
- ParentFont = False
- TabOrder = 0
- OnChange = lstPresetsChange
- end
- object edBytes: TEdit
- Left = 75
- Top = 52
- Width = 76
- Height = 21
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 1
- OnExit = edBytesExit
- end
- object edBits: TEdit
- Left = 75
- Top = 81
- Width = 76
- Height = 21
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 2
- OnExit = edBitsExit
- end
- end
- object btnOK: TBitBtn
- Left = 125
- Top = 218
- Width = 84
- Height = 28
- Caption = 'OK'
- Default = True
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ModalResult = 1
- ParentFont = False
- TabOrder = 2
- NumGlyphs = 4
- end
- object btnCancel: TBitBtn
- Left = 209
- Top = 218
- Width = 84
- Height = 28
- Cancel = True
- Caption = 'Cancel'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ModalResult = 2
- ParentFont = False
- TabOrder = 3
- NumGlyphs = 4
- end
- object boxFormat: TGroupBox
- Left = 12
- Top = 6
- Width = 285
- Height = 71
- Caption = 'Format'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- TabOrder = 0
- object radMpeg1: TRadioButton
- Left = 15
- Top = 21
- Width = 72
- Height = 17
- Caption = 'MPEG-1'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 0
- end
- object radMpeg2: TRadioButton
- Left = 15
- Top = 43
- Width = 72
- Height = 17
- Caption = 'MPEG-2'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 1
- end
- end
- end
-